From: Rob Church Date: Sun, 29 Jul 2007 22:03:22 +0000 (+0000) Subject: Left in a comment X-Git-Tag: 1.31.0-rc.0~51940 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=4d2fbef8538deb8afe42b2bb0e7c6ec06e9a8892;p=lhc%2Fweb%2Fwiklou.git Left in a comment --- diff --git a/includes/FileRevertForm.php b/includes/FileRevertForm.php index 68b3b677fb..8d3b41262c 100644 --- a/includes/FileRevertForm.php +++ b/includes/FileRevertForm.php @@ -41,7 +41,6 @@ class FileRevertForm { // here; surely it should show the image or something? -- RC $article = new Article( $this->title ); $wgOut->readOnlyPage( $article->getContent(), true ); - //$wgOut->readOnlyPage( new Article( $this->title )->getContent(), true ); return; } elseif( $wgUser->isBlocked() ) { $wgOut->blockedPage();